[INFO] fetching crate fedimint-server-tests 0.11.1...
[INFO] fixing fedimint-server-tests-0.11.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate fedimint-server-tests 0.11.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate fedimint-server-tests 0.11.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate fedimint-server-tests 0.11.1
[INFO] tweaked toml for crates.io crate fedimint-server-tests 0.11.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fedimint-server-tests 0.11.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fedimint-server-tests 0.11.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 89fbcb927b0da81682aa9bcc26f30baad139ac3b692a0022050d51a5db577fd1
[INFO] running `Command { std: "docker" "start" "89fbcb927b0da81682aa9bcc26f30baad139ac3b692a0022050d51a5db577fd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "89fbcb927b0da81682aa9bcc26f30baad139ac3b692a0022050d51a5db577fd1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89fbcb927b0da81682aa9bcc26f30baad139ac3b692a0022050d51a5db577fd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "89fbcb927b0da81682aa9bcc26f30baad139ac3b692a0022050d51a5db577fd1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking fedimint-server-tests v0.11.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `bitcoin` in this scope
[INFO] [stdout]  --> tests/migration.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use bitcoin::key::Keypair;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bitcoin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bitcoin`, use `cargo add bitcoin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]  --> tests/migration.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use fedimint_core::core::{DynInput, DynOutput};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]  --> tests/migration.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use fedimint_core::db::{
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use fedimint_core::epoch::ConsensusItem;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use fedimint_core::module::registry::ModuleDecoderRegistry;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use fedimint_core::module::{AmountUnit, CommonModuleInit};
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use fedimint_core::net::api_announcement::{ApiAnnouncement, SignedApiAnnouncement};
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use fedimint_core::secp256k1::Message;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use fedimint_core::secp256k1::rand::rngs::OsRng;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use fedimint_core::secp256k1::rand::thread_rng;
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use fedimint_core::session_outcome::{AcceptedItem, SessionOutcome, SignedSessionOutcome};
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use fedimint_core::transaction::{Transaction, TransactionSignature};
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bitcoin`
[INFO] [stdout]  --> tests/migration.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bitcoin::secp256k1;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `bitcoin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bitcoin`, use `cargo add bitcoin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fedimint_core`
[INFO] [stdout]   --> tests/migration.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use fedimint_core::{Amount, BitcoinHash, PeerId, TransactionId, anyhow};
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_core`, use `cargo add fedimint_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fedimint_dummy_common`
[INFO] [stdout]   --> tests/migration.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use fedimint_dummy_common::{DummyCommonInit, DummyInput, DummyOutput};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_dummy_common`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_dummy_common`, use `cargo add fedimint_dummy_common` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fedimint_dummy_server`
[INFO] [stdout]   --> tests/migration.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use fedimint_dummy_server::Dummy;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_dummy_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_dummy_server`, use `cargo add fedimint_dummy_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_server` in this scope
[INFO] [stdout]   --> tests/migration.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use fedimint_server::consensus::db::{
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_server`, use `cargo add fedimint_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_server` in this scope
[INFO] [stdout]   --> tests/migration.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use fedimint_server::core::ServerModule;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_server`, use `cargo add fedimint_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_server` in this scope
[INFO] [stdout]   --> tests/migration.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use fedimint_server::db::DbKeyPrefix;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_server`, use `cargo add fedimint_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_server` in this scope
[INFO] [stdout]   --> tests/migration.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use fedimint_server::net::api::announcement::{ApiAnnouncementKey, ApiAnnouncementPrefix};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_server`, use `cargo add fedimint_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_server` in this scope
[INFO] [stdout]   --> tests/migration.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use fedimint_server::net::api::guardian_metadata::GuardianMetadataPrefix;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_server`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_server`, use `cargo add fedimint_server` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fedimint_testing_core` in this scope
[INFO] [stdout]   --> tests/migration.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use fedimint_testing_core::db::{
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_testing_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_testing_core`, use `cargo add fedimint_testing_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fedimint_logging`
[INFO] [stdout]   --> tests/migration.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use fedimint_logging::{LOG_DB, TracingSetup};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fedimint_logging`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fedimint_logging`, use `cargo add fedimint_logging` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `futures`
[INFO] [stdout]   --> tests/migration.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | use futures::StreamExt;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `futures`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `futures`, use `cargo add futures` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `strum`
[INFO] [stdout]   --> tests/migration.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use strum::IntoEnumIterator as _;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `strum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `strum`, use `cargo add strum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tracing`
[INFO] [stdout]   --> tests/migration.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | use tracing::info;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `tracing`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tracing`, use `cargo add tracing` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> tests/migration.rs:129:3
[INFO] [stdout]     |
[INFO] [stdout] 129 | #[tokio::test(flavor = "multi_thread")]
[INFO] [stdout]     |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> tests/migration.rs:147:3
[INFO] [stdout]     |
[INFO] [stdout] 147 | #[tokio::test(flavor = "multi_thread")]
[INFO] [stdout]     |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> tests/migration.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fedimint-server-tests` (test "fedimint_server_migration") due to 28 previous errors; 1 warning emitted
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "89fbcb927b0da81682aa9bcc26f30baad139ac3b692a0022050d51a5db577fd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89fbcb927b0da81682aa9bcc26f30baad139ac3b692a0022050d51a5db577fd1", kill_on_drop: false }`
[INFO] [stdout] 89fbcb927b0da81682aa9bcc26f30baad139ac3b692a0022050d51a5db577fd1
